dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSparseVector<T> Class / Values Property

On this page
    Values Property (OracleSparseVector<T>)
    On this page
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As IEnumerable(Of T)
    public IEnumerable<T> Values {get;}
    See Also